home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0592 / sampfrm.ht_ / sampfrm.ht
Text File  |  1996-09-23  |  1KB  |  35 lines

  1. <HTML><HEAD><TITLE>Your Form</TITLE></HEAD>
  2. <BODY>
  3. <CENTER><H1>Your Form</H1></CENTER>
  4. <FORM ACTION="mailto:Your E-mail Address Here" METHOD="POST">
  5.  
  6. <P>Hi, place some introductory text here. </P>
  7.  
  8. <INPUT TYPE="hidden" NAME="YourFormID" VALUE="1">
  9.  
  10. <P>Your Name? <INPUT NAME="Name" SIZE="30"></P>
  11. <P>Your E-mail address? <INPUT NAME="E-mail" SIZE="35"></P>
  12. <P>Your Homepage address? <INPUT NAME="Homepage" value="http://" SIZE="45"></P>
  13. <P>Your City and Country? <INPUT NAME="Address" SIZE="45"></P>
  14. <P>How did you locate my webpage? <SELECT NAME="reference" >
  15. <option> Just surfed on in
  16. <option> Duh, you gave me the address
  17. <option> Found you on a web search engine
  18. <option> A friend gave me your address
  19. <option> Uhhh, I don't remember
  20. <option> Other
  21. </SELECT></P>
  22.  
  23. What do you think of my homepage?<BR>
  24. <menu>
  25. <INPUT TYPE="radio" NAME="I_Think" VALUE="groovy" CHECKED>I think your homepage is groovy.<BR>
  26. <INPUT TYPE="radio" NAME="I_Think" VALUE="getlife" >I think you should get a real life.<BR>
  27. <INPUT TYPE="radio" NAME="I_Think" VALUE="nothink" >I try not to think.<BR>
  28. </menu>
  29.  
  30. <P>Share your comments here. <TEXTAREA NAME="Comment" COLS="63" ROWS="8" WRAP=VIRTUAL></TEXTAREA></P>
  31. <P><INPUT TYPE="submit" VALUE="Send"> <INPUT TYPE="reset"> Send only once, there is no confirmation.</P>
  32. </FORM>
  33. <P><font size = -1><i>Responses processed by <A HREF ="http://www.infi.net/~ridgely/software/index.html">Form Reader</A>.</i></font>
  34. </BODY></HTML>
  35.